Vcenter TrustedInfrastructure NetworkAddress

Vcenter TrustedInfrastructure NetworkAddress
Vcenter TrustedInfrastructure NetworkAddress

The Vcenter TrustedInfrastructure NetworkAddress schema contains an IP address or DNS resolvable name and a port on which a connection can be established.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "hostname": "string",
    "port": 0
}
string
hostname
Required

The IP address or DNS resolvable name of the service.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
port
Optional

The port of the service.

This property was added in vSphere API 7.0.0.0.

If missing or null, port 443 will be used.